Completed
Pull Request — develop (#75)
by
unknown
01:13
created

d3.js ➔ define   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
c 1
b 0
f 0
nc 1
dl 0
loc 3
rs 10
nop 4
1
define(['d3-selection', 'd3-zoom', 'd3-drag', 'd3-force'], function (d3Selection, d3Zoom, d3Drag, d3Force) {
2
  return Object.assign({}, d3Zoom, d3Drag, d3Force, d3Selection);
3
});
4